From: Jeroen van der Heijden Date: Fri, 28 Jun 2019 13:15:47 +0000 (+0200) Subject: Added wget example X-Git-Tag: archive/raspbian/2.0.44-1+rpi1~1^2~3^2~6^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=ec073a3b3ac866b65b2447e97fd8f57f3907b9fa;p=siridb-server.git Added wget example --- diff --git a/siridb.conf b/siridb.conf index 0146886b..89dde8cc 100644 --- a/siridb.conf +++ b/siridb.conf @@ -88,6 +88,10 @@ pipe_client_name = siridb_client.sock # When the HTTP status port is not set (or 0), the service will not start. # Otherwise the HTTP requests `/status`, `/ready` and `/healthy` are available # which can be used for readiness and liveness requests. +# +# Example using wget: +# +# wget -q -O - http://node.local:8080/status # #http_status_port = 8080 http_status_port = 0